[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                              SizeOf function

  DECLARATION:  SizeOf(X);

      PURPOSE:  Returns the number of bytes occupied by the argument

         UNIT:  System

  RESULT TYPE:  Word

      REMARKS:  X may be either a variable reference or a type identifier.
                SizeOf should always be used when passing values to FillChar
                GetMem, Move etc.. (ie FillChar S, SizeOf(S), 0);)

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson